Visibility Stack
data class VisibilityStack(baseVisibility: DynamicListWidget.Visibility, visibilityStack: LinkedList<DynamicListWidget.Visibility>) : DynamicListWidget.VisibilityProvider
A VisibilityProvider that tracks the base visibility of an entry as well as the entries visibility history through a stack (linked list).
Author
fzzyhmstrs
Since
0.6.0, implements VisibilityProvider as of 0.6.5
Constructors
Link copied to clipboard
constructor(baseVisibility: DynamicListWidget.Visibility, visibilityStack: LinkedList<DynamicListWidget.Visibility>)
Functions
Link copied to clipboard
Returns the entries current Visibility status
Link copied to clipboard
Link copied to clipboard